'Declaration Public Function New( _
ByVal pointsThe points of barcode path.() As Vintasoft.Primitives.VintasoftPointF, _
ByVal pointTypesThe point types of barcode path.() As BarcodePathPointType _
)
public BarcodePathData(
Vintasoft.Primitives.VintasoftPointF[] points,
BarcodePathPointType[] pointTypes
)
public: BarcodePathData(
Vintasoft.Primitives.VintasoftPointF[]* points,
BarcodePathPointType[]* pointTypes
)
public:
BarcodePathData(
array<Vintasoft.Primitives.VintasoftPointF>^ points,
array<BarcodePathPointType>^ pointTypes
)
Parameters
- points
- The points of barcode path.
- pointTypes
- The point types of barcode path.